projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b88762c
)
Fixed error that caused <keywords> and so on to get attached to last waypoint in...
author
parkrrrr
<parkrrrr>
Mon, 8 Mar 2004 18:24:14 +0000
(18:24 +0000)
committer
parkrrrr
<parkrrrr>
Mon, 8 Mar 2004 18:24:14 +0000
(18:24 +0000)
gpx.c
patch
|
blob
|
history
diff --git
a/gpx.c
b/gpx.c
index 93d1eea8a8ca6954128bb41b70fd8d6bddb96a03..9eae7af9b278366ff9db462aed467e059847c1c6 100644
(file)
--- a/
gpx.c
+++ b/
gpx.c
@@
-595,6
+595,8
@@
gpx_end(void *data, const char *el)
case tt_wpt:
waypt_add(wpt_tmp);
logpoint_ct = 0;
+ cur_tag = NULL;
+ wpt_tmp = NULL;
break;
case tt_cache_container:
wpt_tmp->gc_data.container = gs_mkcont(cdatastrp);